home *** CD-ROM | disk | FTP | other *** search
- %case uses%
- %case instance%
- %if classname = CIntegerText%
- %itemname%:% %CAMIntegerText;
- %else%
- %itemname%:% %%classname%;
- %endif%
- %case create%
-
- New (%itemname%);
- %itemname%.IViewRes ('%paneType%', %paneID%, %enclosure%, supervisor);
- %if defined itsPanorama%
- %set itsPanorama = itemname%
- %endif%
- %case ProviderChanged%
- %if window%
- %else%
- if aProvider = %itemname% then begin
- if %itemname%->GetLength = 0 then begin
- {text is empty}
- end else begin
- {there is some text}
- end;
- end;
- %endif%
-